home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / PCux / freebsd_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-28  |  409 b   |  28 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11. #define P(args) args
  12. /* #define P(x) ()    */
  13.  
  14. /* #define ID(x) */
  15. #define ID(x)  LOCAL char id[]= x ;
  16. #define USE_AT_EXIT
  17.  
  18. /* #define KLUDGE_TAG */
  19. #define GZIP         
  20. /* #define FORKING    */
  21. /*    #define void        */
  22.  
  23. typedef void *GENERIC;
  24. /* typedef char *GENERIC; */
  25.  
  26. #undef MALLOC_NOT_IN_STDLIB
  27.  
  28.